All Questions
2 questions
2votes
1answer
196views
PHP 7.0 - 'INIController' - A set of classes for reading, parsing, and editing .ini files directly or in memory (Second version)
This is the second review of this particular project, after I've made changes based on feedback I received on my last post on code review, which you can take a look at here. Yes, I copy pasted some ...
3votes
1answer
177views
PHP 7.0 - 'INIController' - A set of classes for reading, parsing, and editing .ini files directly or in memory
I want to preface this by saying I am fully aware PHP already has functions for handling .ini files, and there's already libraries out there that do what this project does. The purpose here wasn't to ...